home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr40 / swlit119.zip / SWLITC1.BAT < prev    next >
DOS Batch File  |  1995-03-11  |  179b  |  12 lines

  1. @echo off
  2.  
  3. rem  This batch file is used to redirect the LPT to your COMport 1
  4.  
  5. rem  Command to redirect LPT1 to COM1
  6. MODE LPT1=COM1
  7.  
  8. rem  Load up SWLOGit
  9. SWLOGIT.EXE
  10.  
  11.  
  12.